home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {// >=gf3
- Shaderquality(3)
-
- sortweight("preopaque")
- cull("none")
-
- pass()
- {
- Pixelshader("Horizon.psh")
- tmu()
- {
- texture()
- {
- Image(%horizontexture)
- addressfunc("clamp", "clamp", "clamp")
- Quality("high")
- filtering("no_filtering")
- }
- }
- !include("__Clouds.mtt")
-
- depthfunc("lequal", 0)
- }
-
- }
-
- shader()
- {
- sortweight("preopaque")
- cull("none")
-
- pass()
- {
- tmu()
- {
- texture()
- {
- Image(%horizontexture)
- addressfunc("clamp", "clamp", "clamp")
- Quality("high")
- filtering("no_filtering")
- }
- ColorOp("mul", "texture", "tfactor", "current")
- }
- Tfactor(%daycolor_r, %daycolor_g, %daycolor_b, %ambient_r)
- depthfunc("lequal", 0)
- }
-
- }
-
-
-
-